[ https://issues.apache.org/jira/browse/GEODE-9650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423290#comment-17423290 ]
ASF subversion and git services commented on GEODE-9650: -------------------------------------------------------- Commit 9c597afabe8eec1350feff2e06c29c2d7a192e75 in geode's branch refs/heads/develop from Ray Ingles [ https://gitbox.apache.org/repos/asf?p=geode.git;h=9c597af ] GEODE-9650: LOLWUT command (#6908) This implements a version of the Redis LOLWUT command, which is supposed to (a) algorithmically generate computer art, and (b) output the program version. Optionally, the LOLWUT command can take arguments to affect the output. This implementation generates arbitrary-size mazes. By default, it generates a 40-cell-wide maze of height 10, but given arguments it can generate a valid maze of any width and height (up to 1Kx1M), while consuming a small and fixed amount of memory. Below the maze, it outputs the Geode version. Co-authored-by: Ray Ingles <ring...@vmware.com> > Radish LOLWUT command > --------------------- > > Key: GEODE-9650 > URL: https://issues.apache.org/jira/browse/GEODE-9650 > Project: Geode > Issue Type: New Feature > Components: redis > Affects Versions: 1.15.0 > Reporter: Ray Ingles > Assignee: Ray Ingles > Priority: Major > Labels: pull-request-available > Fix For: 1.15.0 > > > Implement the LOLWUT command, which allows command-line users to quickly > check the software version. -- This message was sent by Atlassian Jira (v8.3.4#803005)